static-delta: Ignore symlinks when computing similar objects
authorJohn Hiesey <john@hiesey.com>
Wed, 26 Aug 2015 01:15:53 +0000 (18:15 -0700)
committerColin Walters <walters@verbum.org>
Wed, 26 Aug 2015 20:25:28 +0000 (16:25 -0400)
commit43d045309c7d4d72baa889ed4c474ea10f390132
tree73e1d1251b739e1d7050327d9f7d35f061f4f373
parent4f57aa5b15cc003f6d785abb706ea685e9d59471
static-delta: Ignore symlinks when computing similar objects

_ostree_delta_compute_similar_objects should not output symlinks.
Previously, a symlink in the "from" commit could be matched to a
real file in the "to" commit, since nothing was filtering symlinks
on the "from" side. This led to failures running the bzdiff
algorithm.
src/libostree/ostree-repo-static-delta-compilation-analysis.c